home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 8
/
FM Towns Free Software Collection 8.iso
/
t_os
/
gpen32k
/
source
/
lib
/
osrc
/
ubox2.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-06-01
|
226 b
|
14 lines
/*
Copyright(C) 1993 Okome
*/
#include <normlib.h>
#include <okome.h>
void ubox2( int x1, int y1, int x2, int y2, int c1, int c2 )
{
ubox( x1, y1, x2, y2, c1, c2 );
ubox( x1+1, y1+1, x2-1, y2-1, c1, c2 );
}